home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Hacker 2003
/
Power_Hacker_2003.iso
/
Exploit and vulnerability
/
w00w00
/
sectools
/
SRS
/
client
/
include
/
errors.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-01-12
|
266 b
|
15 lines
#ifndef _ERRORS_H
#define _ERRORS_H
__BEGIN_DECLS
/* [in alphabetical order] */
#define AUTHERROR "Error authenticating."
#define MAXSUBIDERROR "Too many sub-IDs already connected."
#define PINGERROR "Wrong response."
__END_DECLS
#endif /* _ERRORS_H */